Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1028 #1029

Merged
merged 2 commits into from
Oct 24, 2021
Merged

Fix #1028 #1029

merged 2 commits into from
Oct 24, 2021

Conversation

owent
Copy link
Member

@owent owent commented Oct 23, 2021

Signed-off-by: owentou owentou@tencent.com

Fixes #1028

Changes

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@owent owent requested a review from a team October 23, 2021 14:21
@codecov
Copy link

codecov bot commented Oct 23, 2021

Codecov Report

Merging #1029 (75ed1cd) into main (05d43d6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1029   +/-   ##
=======================================
  Coverage   94.85%   94.85%           
=======================================
  Files         151      151           
  Lines        5972     5972           
=======================================
  Hits         5664     5664           
  Misses        308      308           

Copy link
Member

@lalitb lalitb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix

@lalitb
Copy link
Member

lalitb commented Oct 23, 2021

While you are fixing this, can you include the similar fix here:

explicit GaugeAggregator<T>(metrics_api::InstrumentKind kind)

@owent
Copy link
Member Author

owent commented Oct 24, 2021

While you are fixing this, can you include the similar fix here:

explicit GaugeAggregator<T>(metrics_api::InstrumentKind kind)

Done

@lalitb
Copy link
Member

lalitb commented Oct 24, 2021

@owent - Also, rebase it to main as this will allow merging. Thanks :)

owent and others added 2 commits October 24, 2021 11:20
Signed-off-by: owentou <owentou@tencent.com>
Signed-off-by: owent <admin@owent.net>
@owent
Copy link
Member Author

owent commented Oct 24, 2021

@owent - Also, rebase it to main as this will allow merging. Thanks :)

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failed with gcc 11.2.0 with ENABLE_METRICS_PREVIEW
3 participants